python-parsley: drop package
authorJosef Schlehofer <[email protected]>
Wed, 3 Dec 2025 10:09:46 +0000 (11:09 +0100)
committerJosef Schlehofer <[email protected]>
Wed, 3 Dec 2025 19:14:16 +0000 (20:14 +0100)
commit598dc276f755bd468c574b8203b3410cfbfc8ab8
tree7fb8066182dcb92e9dd55b13b28adb6c72b896d4
parent95fe4bf3327b316c9184f4f17e09266e979ecf17
python-parsley: drop package

This looks like it is not maintained anymore.
The last commit in the repository [1] is from 2017,
and the last tarball uploaded on PyPI is from 2015.

That tarball does not follow PEP625, because the
wheel and tarball begins with uppercase, it should be
in lowercase and as well it is still using setup.py.

Python these days is using pyproject.toml.

[1] https://github.com/washort/parsley

Signed-off-by: Josef Schlehofer <[email protected]>
lang/python/python-parsley/Makefile [deleted file]
lang/python/python-parsley/patches/001-py3-read-utf8.patch [deleted file]
lang/python/python-parsley/patches/002-omit-tests.patch [deleted file]